<?php $__env->startSection('title'); ?><?php echo $title; ?><?php $__env->stopSection(); ?>

<?php $__env->startSection('jumbotron'); ?>
 <div class="jumbotron static-header">
      <div class="container wrap-jumbotron">
        <h1 class="title-item none-overflow">
        	<a href="<?php echo URL::to('/'); ?>" class="link-home"><i class="glyphicon glyphicon-home myicon-right"></i> <i class="fa fa-angle-right"></i></a> <?php echo $response->title; ?>

        	</h1>
       </div>
    </div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?> 
     
     	<!-- Col MD -->
<div class="col-md-8">	
     	
     <dl>
     	<dd>
     		<?php echo $response->content; ?>

     	</dd>
     </dl>	
 </div><!-- /COL MD -->
<?php $__env->stopSection(); ?>

<?php $__env->startSection('sidebar'); ?>

	<div class="col-md-4">
    		
    		<?php echo $__env->make('includes.ads', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
          
    </div><!-- /End col-md-4 -->
	
<?php $__env->stopSection(); ?>



<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>